add track_waypt_count, remove route_free (nobody was using it.)
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 27 Apr 2006 13:03:20 +0000 (13:03 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 27 Apr 2006 13:03:20 +0000 (13:03 +0000)
gpsbabel/defs.h

index 8e4880cc4ecdd6aead1aaf779de7760ca53cb75a..b651c0a33a29b866ad306755bff3f9cb2d380205 100644 (file)
@@ -410,7 +410,6 @@ void track_del_head(route_head *rte);
 void route_disp(const route_head *rte, waypt_cb);
 void route_disp_all(route_hdr, route_trl, waypt_cb);
 void track_disp_all(route_hdr, route_trl, waypt_cb);
-void route_free (route_head *);
 void route_flush( queue *);
 void route_flush_all(void);
 void route_flush_all_routes(void);
@@ -419,6 +418,7 @@ route_head * route_find_route_by_name(const char *name);
 route_head * route_find_track_by_name(const char *name);
 unsigned int route_waypt_count(void);
 unsigned int route_count(void);
+unsigned int track_waypt_count(void);
 unsigned int track_count(void);
 void route_copy( int *dst_count, int *dst_wpt_count, queue **dst, queue *src );
 void route_backup(signed int *count, queue **head_bak);